home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5088 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  957 b 

  1. Path: warrane.connect.com.au!ieaust1!Damien_Gardner
  2. From: Damien_Gardner@ieaust.org.au (Damien Gardner)
  3. Reply-To: Damien_Gardner@ieaust.org.au
  4. Newsgroups: comp.lang.c
  5. Distribution: world
  6. Subject: Re: Interrupt-driven Serial I/O
  7. Date: 10 Feb 1996 05:15:22 GMT
  8. Message-ID: <2575630302.516955888@ieaust.org.au>
  9. Organization: Institution  of Engineers, Australia
  10.  
  11. Hi all.
  12.  
  13. Just a quick note to say thanks to everyone who emailed me, and gave me
  14. pointers to where I had gone wrong.  As it turned out, I merely had to do a
  15. 'outportb(0x20, 0x20)', to let the 8259 know that I had finished servicing
  16. the Interrupt.  My routines are now working fine (I have had a 12-line
  17. Terminal emmulator prog, written with these routines, communicating at
  18. 57,600, with *no* characters being dropped!
  19.  
  20. Thanks all,
  21.  
  22. Damien Gardner Jnr
  23.  
  24. P.S.  If anyone's interested, I'd be happy to send them the .h, and .obj
  25. files for these routines - just let me know what memory model you want.
  26.